From ebeee40c1651c187f5e200f8de9dbbc6db52eb67 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 17 Apr 2014 16:13:46 +0200 Subject: [PATCH] tools: add APPEND_LDFLAGS to xentop link command Required to pass -Wl,-rpath,$libdir to link command. Signed-off-by: Olaf Hering Acked-by: Ian Campbell --- tools/xenstat/xentop/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile index afed0d190d..e78166ef96 100644 --- a/tools/xenstat/xentop/Makefile +++ b/tools/xenstat/xentop/Makefile @@ -24,6 +24,7 @@ CFLAGS += -DHOST_$(XEN_OS) # Include configure output (config.h) to headers search path CFLAGS += -I$(XEN_ROOT)/tools +LDFLAGS += $(APPEND_LDFLAGS) .PHONY: all all: xentop -- 2.30.2